OrganizationAddress 
EntityType  Independent 
Logical Entity Name  OrganizationAddress 
Default Table Name  SyNexusOrganizationAddress 
Logical Only  NO 
Definition 
 
Note 
 

OrganizationAddress Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id(PK)    INTEGER  NO 
 
OrganizationId(FK)    INTEGER  NO 
 
SyAddrTypeId    INTEGER  YES 
 
CvueSourceTypeIdentifier    INTEGER  YES 
 
StreetAddress    NVARCHAR(305)  YES 
 
City    NVARCHAR(35)  YES 
 
State    NVARCHAR(2)  YES 
 
PostalCode    NVARCHAR(10)  YES 
 
CountryId(FK)    INTEGER  YES 
 
CountyId(FK)    INTEGER  YES 
 
EffectiveBeginDate    DATETIME  YES 
 
EffectiveEndDate    DATETIME  YES 
 
note    NVARCHAR(max)  YES 
 
IsPrimary    BIT  NO 
 
IsValid    BIT  NO 
 
IsActive    BIT  NO 
 
LastModifiedUserId    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 

OrganizationAddress Keys 
Key Name  Key Type  Keys 
Nk_SyNexusOrganizationAddress_SyNexusOrganizationId  Inversion Entry  OrganizationId 
PK_SyNexusOrganizationAddress  PrimaryKey  Id 

OrganizationAddress Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Country  Non-Identifying  Zero or One to Zero or More        CountryId  NO 
County  Non-Identifying  Zero or One to Zero or More        CountyId  NO 
Organization  Non-Identifying  One To Zero or More        OrganizationId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 

OrganizationAddress Check Constraints 
Check Constraint Name  CheckConstraint